queryrequest
Class Query

java.lang.Object
  extended by queryrequest.Query

public class Query
extends java.lang.Object


Field Summary
protected  AppInfo appInfo
           
protected  java.util.List<java.lang.Object> deviceUserQueryOrUserDevicesQuery
           
 
Constructor Summary
Query()
           
 
Method Summary
 AppInfo getAppInfo()
          Gets the value of the appInfo property.
 java.util.List<java.lang.Object> getDeviceUserQueryOrUserDevicesQuery()
          Gets the value of the deviceUserQueryOrUserDevicesQuery property.
 void setAppInfo(AppInfo value)
          Sets the value of the appInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appInfo

protected AppInfo appInfo

deviceUserQueryOrUserDevicesQuery

protected java.util.List<java.lang.Object> deviceUserQueryOrUserDevicesQuery
Constructor Detail

Query

public Query()
Method Detail

getAppInfo

public AppInfo getAppInfo()
Gets the value of the appInfo property.

Returns:
possible object is AppInfo

setAppInfo

public void setAppInfo(AppInfo value)
Sets the value of the appInfo property.

Parameters:
value - allowed object is AppInfo

getDeviceUserQueryOrUserDevicesQuery

public java.util.List<java.lang.Object> getDeviceUserQueryOrUserDevicesQuery()
Gets the value of the deviceUserQueryOrUserDevicesQuery property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deviceUserQueryOrUserDevicesQuery property.

For example, to add a new item, do as follows:

    getDeviceUserQueryOrUserDevicesQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list DeviceUserQuery UserDevicesQuery